Remove the reason code from the destroy action -- the reason is only of value
authoremellor@ewan <emellor@ewan>
Mon, 3 Oct 2005 15:39:19 +0000 (16:39 +0100)
committeremellor@ewan <emellor@ewan>
Mon, 3 Oct 2005 15:39:19 +0000 (16:39 +0100)
commit6303fee512ec636da34aaad5e26b91c20eb97731
treed8f4831b8f1c76229b0af69e583deeb0540abd94
parent81fd7244f529fcd3295befa8280ccf9669b2b09a
Remove the reason code from the destroy action -- the reason is only of value
on a graceful shutdown.  Clarify the semantic difference between poweroff and
halt (we use halt to mean 'shutdown and stop' and poweroff to mean 'shutdown
and do whatever the configured behaviour is').

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/sv/DomInfo.py
tools/python/xen/xend/XendClient.py
tools/python/xen/xend/server/SrvDomain.py
tools/python/xen/xm/destroy.py
tools/python/xen/xm/shutdown.py